thread n. 1.线;细丝;〔英国〕麻纱,〔美国〕棉纱;纤维。 2.细线,细流,细矿脉。 3.(议论等的)思路,条理,线索,情节;【计算机】(公告板上讨论的)话题,题材。 4.螺齿,螺丝。 5.〔pl.〕〔美国〕衣服。 a piece of thread 一根线。 a thread of light 细细的一线亮光。 the thread of one's argument 争办的头绪。 be worn to a thread (衣服由于长久地穿着)磨得快要破烂。gather up the threads 综合(分别处理的问题、部分等)。 hang by [(up)on] a thread 朝不保夕;千钧一发。 have not a dry thread on one 浑身湿透。 resume [pick up, take up] the thread of a story (回到正题)言归正传。 thread and thrum (好好歹歹)扫数,尽都,全都。 thread of life 生命线,命脉,生命。 vt. 1.穿线(入针眼等);拿线穿(珠粒等)。 2.为照相机装胶片。 3.穿过,挤过。 4.车螺纹。 thread a camera 为照相机装胶片。 thread a needle 穿针。 thread one's way through the crowd 穿过人丛。 a threaded mandrel 【机械工程】螺纹心轴。 vi. 1.通过,穿透过。 2.(糖浆等)滴下成丝状。 They threaded carefully along the narrow pass. 他们沿着狭窄的小路小心翼翼地鱼贯而行。
class n. 1.阶级;社会等级。 2.学级;班级,年级,级,班;组;(有组织的)讲习班;〔美国〕同年毕业班;【军事】同年入伍士兵。 3.(高低、优劣的)等级;类别。 4.〔英大学〕(荣誉考试)优等;〔俚语〕高级,优秀;漂亮,优雅。 5.【生物学】(分类学的)纲;【矿物】晶族。 6.(一节)课。 the working class工人阶级。 No class today. 今天没课。 C- is over. 下课。 boycott classes 罢课。 the first [second] class头[二]等。 high [low] class高[低]级。 There's a good deal of class about him. 他有很多优点。 He is not class enough. 他没有什么了不起。 at the top of one's class 出类拔萃;居首要位置。 be no class 〔俚语〕不足道;无价值。 class of the field 〔美国〕比赛的优胜候补人。 get a class=obtain a class. in a class by itself 特好,出众。 in class在上课中。 in the same class 〔美国〕同一类型的,同等的。 no class 〔俚语〕等外的,极坏的,蹩脚的〔用作表语〕。 not in the same class with 不能同…相比,无法和…相提并论,比不上…。 obtain a class=take a class 毕业考试得优等。 take a class at (Oxford) 在(牛津大学)进荣誉班。 take a class of (beginners) 担任(初级)班(的教师)。 take classes in (history) 听(历史)课,选修(历史)课程。 the classes 上层社会;知识阶级。 the classes and masses 各阶级和各阶层。 vt. 把…分类,把…分等[分级];给…定等级,把…分组。 vi. 属于…类[等、级、组]。 adj. -able 可分类[等级]的。 adj. -less 无阶级的。
Initializes a new instance of the thread class , specifying the maximum stack size for the thread 类的新实例,指定线程的最大堆栈大小。
New members that use an acl have been added to the i o , registry , and threading classes I / o类、注册表类和线程类中添加了使用acl的新成员。
Many methods of the managed threading classes provide time - outs to help you detect deadlocks 托管线程处理类的许多方法都提供了超时设定,可帮您检测到死锁。
The thread could be implemented by using runnable interface or by inheriting from the thread class 线程可以执行调用可运行接口或从线程类继承.前者是较为有利。
A : the thread could be implemented by using runnable interface or by inheriting from the thread class 线程可以执行调用可运行接口或从线程类继承.前者是较为有利。
Thread class , which represents a managed thread , whether it came from unmanaged code or was created in a managed application 类表示托管线程(无论它是来自非托管代码还是在托管应用程序中创建的) 。
Provides reference documentation for the thread class , which represents a managed thread , whether it came from unmanaged code or was created in a managed application 类的参考文档,该类表示托管线程(无论它是来自非托管代码还是在托管应用程序中创建的) 。
Initializes a new instance of the thread class , specifying a delegate that allows an object to be passed to the thread when the thread is started and specifying the maximum stack size for the thread 类的新实例,指定允许对象在线程启动时传递给线程的委托,并指定线程的最大堆栈大小。
Supplying and returning values in a multithreaded application is complicated because the constructor for the thread class must be passed a reference to a procedure that takes no arguments and returns no value 在多线程应用程序中提供和返回值是很复杂的,因为必须将对某个过程的引用传递给线程类的构造函数,该过程不带参数也不返回值。